home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON05 / ACT05A / L05A5B.DIR / scripts_1_Main Scripts.ls < prev    next >
Encoding:
Text File  |  2003-04-25  |  167 b   |  14 lines

  1. on startMovie
  2.   startLib()
  3. end
  4.  
  5. on stopMovie
  6.   stopLib()
  7. end
  8.  
  9. on initActivity activity
  10.   initActivityLib(activity)
  11.   randomOff()
  12.   initializeRound([#playControl])
  13. end
  14.